home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ThreadFuturesInternal.h
-
- Contains: xxx put contents here xxx
-
- Written by: xxx put writers here xxx
-
- Copyright: © 1993 by Apple Computer, Inc., all rights reserved.
- © 1993-1994 by Steve Sisak, all rights reserved.
-
- Change History (most recent first):
-
- <1> 10/14/93 bsp first checked in
-
- */
- #ifndef __FUTURES__
- #define __FUTURES__
-
- #include <AppleEvents.h>
-
- pascal OSErr InitFutures(void);
- pascal OSErr Ask(AppleEvent* question, AppleEvent* answer);
- pascal Boolean IsFuture(AppleEvent* message);
- pascal OSErr BlockUntilReal(AppleEvent* message);
-
- #endif // __FUTURES__
-